home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / gcc270-d.lha / gnu / man / cat3 / alarm.0 < prev    next >
Text File  |  1992-08-10  |  1KB  |  67 lines

  1.  
  2. ALARM(3)                   UNIX Programmer's Manual                   ALARM(3)
  3.  
  4. NNAAMMEE
  5.      aallaarrmm - set signal timer alarm
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _u___i_n_t
  11.      aallaarrmm(_u___i_n_t _s_e_c_o_n_d_s)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      TThhiiss iinntteerrffaaccee iiss mmaaddee oobbssoolleettee bbyy sseettiittiimmeerr((22))..
  15.  
  16.      The aallaarrmm() function waits a count of _s_e_c_o_n_d_s before asserting the termi­
  17.      nating signal SIGALRM. When the signal has successfully been caught,
  18.      aallaarrmm() returns the amount of time left on the clock.  The maximum mumber
  19.      of _s_e_c_o_n_d_s allowed is 2147483647.
  20.  
  21.      If an alarm has been set with aallaarrmm(), another call to aallaarrmm() will su­
  22.      perceed the prior call.  The request aallaarrmm(_0) voids the current alarm.
  23.  
  24. SSEEEE AALLSSOO
  25.      sigaction(2),  setitimer(2),  sigpause(2),  sigvec(2),  signal(3),
  26.      sleep(3),  ualarm(3),  usleep(3)
  27.  
  28. HHIISSTTOORRYY
  29.      An aallaarrmm() function appeared in Version 7 AT&T UNIX.
  30.  
  31. 4th Berkeley Distribution       April 19, 1991                               1
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.